Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.core.default.caches

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.default.caches">

  <extension target="org.nuxeo.ecm.core.cache.CacheService"
             point="caches">

    <cache name="cache-vocabulary">
      <ttl>60</ttl><!-- minutes -->
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
    </cache>

    <cache name="cache-xvocabulary">
      <ttl>60</ttl><!-- minutes -->
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
    </cache>

    <cache name="cache-l10nxvocabulary">
      <ttl>60</ttl><!-- minutes -->
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
    </cache>

    <cache name="cache-documentsLists">
      <ttl>60</ttl><!-- minutes -->
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
    </cache>

  </extension>

</component>